hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
HipAudioDecoder
hip
hipaudio
decoder
Decodes audio in a background thread
class
HipAudioDecoder {
IHipAudioDecoder
dec
;
bool
hasFinishedDecoding
;
ubyte
[][]
managedBuffers
;
this
(IHipAudioDecoder decoder);
void
updateDecodingStatus
();
}
Constructors
this
this
(IHipAudioDecoder decoder)
Undocumented in source.
Members
Functions
updateDecodingStatus
void
updateDecodingStatus
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dec
IHipAudioDecoder
dec
;
Undocumented in source.
hasFinishedDecoding
bool
hasFinishedDecoding
;
Undocumented in source.
managedBuffers
ubyte
[][]
managedBuffers
;
Undocumented in source.
Meta
Source
See Implementation
hip
hipaudio
decoder
aliases
HipDecodingResult
classes
HipAudioDecoder
Decodes audio in a background thread